home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / ew120.zip / COPY72.BAT < prev    next >
DOS Batch File  |  1993-07-03  |  1KB  |  35 lines

  1. rem  This batch file can be used to install all distributed files if,
  2. rem  for some reason, you don't want to use the INSTALL program. Before
  3. rem  running this batch file you'll need to manually copy LHARC.EXE and
  4. rem  this batch file from our first distribution diskette to a directory
  5. rem  on your DOS path.
  6. rem
  7. rem  %1 is "from" drive (a or b)
  8. rem  %2 is "to" drive (c, d, etc.)
  9.  
  10. %2:
  11.  
  12.  
  13. md \EW 
  14. cd \EW 
  15. copy %1:\changes.txt
  16. lharc x %1:\FILES1  ew.exe ew.hlp ew.wri ewapi.dll ewstr.dll
  17. copy %1:\ewtech.lzh
  18. copy %1:\licence.txt
  19. copy %1:\moredoc.txt
  20. copy %1:\order.frm
  21. copy %1:\packing.lst
  22. copy %1:\read.me
  23. copy %1:\vendor.txt
  24. lharc x %1:\FILES1  ewx.exe ewx.pif patch.exe
  25.  
  26. md \EW\USER 
  27. cd \EW\USER 
  28. lharc x %1:\FILES1  ansioem.ewd beginend.ewd counter.ewd selword.ewd
  29.  
  30. md \EW\API 
  31. cd \EW\API 
  32. lharc x %1:\FILES1  ansioem.pas beginend.pas counter.pas ewapi.h ewapi.lib
  33. lharc x %1:\FILES1  ewapi.sup ewapiimp.pas ewuser.inc killdll.doc killdll.exe
  34. lharc x %1:\FILES1  selword.c selword.mak
  35.